net/http.http2ClientConn.lastActive (field)
5 uses
net/http (current package)
h2_bundle.go#L7506: lastActive time.Time
h2_bundle.go#L8812: cc.lastActive = time.Now()
h2_bundle.go#L9360: cc.lastActive = time.Now()
h2_bundle.go#L10410: if ci.WasIdle && !cc.lastActive.IsZero() {
h2_bundle.go#L10411: ci.IdleTime = time.Since(cc.lastActive)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |